[INFO] fetching crate exo-core 0.1.1...
[INFO] testing exo-core-0.1.1 against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] extracting crate exo-core 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate exo-core 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate exo-core 0.1.1
[INFO] tweaked toml for crates.io crate exo-core 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate exo-core 0.1.1 on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate exo-core 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e595f601be7c4608b2a114f297913ba9b2f766e21d417598244880fad961a844
[INFO] running `Command { std: "docker" "start" "-a" "e595f601be7c4608b2a114f297913ba9b2f766e21d417598244880fad961a844", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e595f601be7c4608b2a114f297913ba9b2f766e21d417598244880fad961a844", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e595f601be7c4608b2a114f297913ba9b2f766e21d417598244880fad961a844", kill_on_drop: false }`
[INFO] [stdout] e595f601be7c4608b2a114f297913ba9b2f766e21d417598244880fad961a844
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 863a1a54d53c6e46870ac49e5ca5261e1c3c10c420c4af468b34e126321120da
[INFO] running `Command { std: "docker" "start" "-a" "863a1a54d53c6e46870ac49e5ca5261e1c3c10c420c4af468b34e126321120da", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ptr_meta v0.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rancor v0.1.1
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling bytecheck v0.8.2
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling redb v2.6.3
[INFO] [stderr]    Compiling munge v0.4.7
[INFO] [stderr]    Compiling rend v0.5.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling rkyv_derive v0.8.12
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling cpu-time v1.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling sysctl v0.5.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling simsimd v5.9.11
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling anndists v0.1.3
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling roaring v0.10.12
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling rkyv v0.8.12
[INFO] [stderr]    Compiling mmap-rs v0.6.1
[INFO] [stderr]    Compiling hnsw_rs v0.3.3
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling ruvector-core v0.1.18
[INFO] [stderr]    Compiling lz4 v1.28.1
[INFO] [stderr]    Compiling ruvector-graph v0.1.2
[INFO] [stderr]    Compiling exo-core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.96s
[INFO] running `Command { std: "docker" "inspect" "863a1a54d53c6e46870ac49e5ca5261e1c3c10c420c4af468b34e126321120da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "863a1a54d53c6e46870ac49e5ca5261e1c3c10c420c4af468b34e126321120da", kill_on_drop: false }`
[INFO] [stdout] 863a1a54d53c6e46870ac49e5ca5261e1c3c10c420c4af468b34e126321120da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8779b307e0501b0cd8ce82fd1499ef255efdee63831ffeb7fb6cf3f5eb26eef6
[INFO] running `Command { std: "docker" "start" "-a" "8779b307e0501b0cd8ce82fd1499ef255efdee63831ffeb7fb6cf3f5eb26eef6", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling ruvector-graph v0.1.2
[INFO] [stderr]    Compiling exo-core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.30s
[INFO] running `Command { std: "docker" "inspect" "8779b307e0501b0cd8ce82fd1499ef255efdee63831ffeb7fb6cf3f5eb26eef6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8779b307e0501b0cd8ce82fd1499ef255efdee63831ffeb7fb6cf3f5eb26eef6", kill_on_drop: false }`
[INFO] [stdout] 8779b307e0501b0cd8ce82fd1499ef255efdee63831ffeb7fb6cf3f5eb26eef6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 85477351666a41750a0452420d9590364c0133ebf5b750c08371902c7e8e7949
[INFO] running `Command { std: "docker" "start" "-a" "85477351666a41750a0452420d9590364c0133ebf5b750c08371902c7e8e7949", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exo_core-73642390188f74ef)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test backends::neuromorphic::tests::test_btsp_one_shot_learning ... ok
[INFO] [stdout] test backends::neuromorphic::tests::test_hdc_store_and_retrieve ... ok
[INFO] [stdout] test backends::quantum_stub::tests::test_interference_embedding ... ok
[INFO] [stdout] test backends::quantum_stub::tests::test_quantum_similarity_search ... ok
[INFO] [stdout] test backends::quantum_stub::tests::test_quantum_state_initialized ... ok
[INFO] [stdout] test coherence_router::tests::test_auto_gate_fast_path ... ok
[INFO] [stdout] test backends::neuromorphic::tests::test_k_wta_sparsity ... ok
[INFO] [stdout] test coherence_router::tests::test_gate_with_witness ... ok
[INFO] [stdout] test coherence_router::tests::test_high_risk_deferred ... ok
[INFO] [stdout] test backends::neuromorphic::tests::test_lif_spikes ... ok
[INFO] [stdout] test coherence_router::tests::test_latency_sub_millisecond ... ok
[INFO] [stdout] test coherence_router::tests::test_pi_scaled_threshold_non_binary ... ok
[INFO] [stdout] test coherence_router::tests::test_safe_action_permitted ... ok
[INFO] [stdout] test consciousness::tests::test_consciousness_levels ... ok
[INFO] [stdout] test consciousness::tests::test_feedforward_has_zero_phi ... ok
[INFO] [stdout] test genomic::tests::test_horvath_clock_adult_age ... ok
[INFO] [stdout] test genomic::tests::test_neuro_circadian_phase ... ok
[INFO] [stdout] test genomic::tests::test_genomic_store_search ... ok
[INFO] [stdout] test genomic::tests::test_phi_weight_scales_with_excitability ... ok
[INFO] [stdout] test plasticity_engine::tests::test_ewc_prevents_catastrophic_forgetting ... ok
[INFO] [stdout] test thermodynamics::tests::test_landauer_limit_room_temp ... ok
[INFO] [stdout] test witness::tests::test_witness_chain_integrity ... ok
[INFO] [stdout] test thermodynamics::tests::test_tracker_operations ... ok
[INFO] [stdout] test plasticity_engine::tests::test_btsp_one_shot_large_update ... ok
[INFO] [stdout] test thermodynamics::tests::test_efficiency_report ... ok
[INFO] [stdout] test plasticity_engine::tests::test_phi_weighted_protection ... ok
[INFO] [stdout] test thermodynamics::tests::test_energy_estimate ... ok
[INFO] [stdout] test thermodynamics::tests::test_technology_profiles ... ok
[INFO] [stdout] test witness::tests::test_witness_chain_tamper_detection ... ok
[INFO] [stdout] test witness::tests::test_witness_encode_roundtrip ... ok
[INFO] [stdout] test backends::quantum_stub::tests::test_quantum_decoherence ... ok
[INFO] [stdout] test consciousness::tests::test_reentrant_has_positive_phi ... ok
[INFO] [stdout] test backends::neuromorphic::tests::test_kuramoto_synchronization ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/core_traits_test.rs (/opt/rustwide/target/debug/deps/core_traits_test-033fe9b170d17163)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test error_handling_tests::test_error_display ... ok
[INFO] [stdout] test filter_tests::test_filter_construction ... ok
[INFO] [stdout] test substrate_backend_tests::test_pattern_with_antecedents ... ok
[INFO] [stdout] test substrate_backend_tests::test_pattern_construction ... ok
[INFO] [stdout] test substrate_backend_tests::test_topological_query_betti_numbers ... ok
[INFO] [stdout] test substrate_backend_tests::test_topological_query_persistent_homology ... ok
[INFO] [stdout] test substrate_backend_tests::test_topological_query_sheaf_consistency ... ok
[INFO] [stdout] test temporal_context_tests::test_substrate_time_ordering ... ok
[INFO] [stdout] test temporal_context_tests::test_substrate_time_now ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests exo_core
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/thermodynamics.rs - thermodynamics (line 24) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "85477351666a41750a0452420d9590364c0133ebf5b750c08371902c7e8e7949", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85477351666a41750a0452420d9590364c0133ebf5b750c08371902c7e8e7949", kill_on_drop: false }`
[INFO] [stdout] 85477351666a41750a0452420d9590364c0133ebf5b750c08371902c7e8e7949
